home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / sgi.lha / Geomview / man / cat1 / corners.1 < prev    next >
Text File  |  1993-10-31  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. corners(1)                           corners(1)
  5.  
  6.  
  7. NAME
  8.        corners - Corner    detector for geomview.
  9.  
  10. SYNOPSIS
  11.        corners [-h] [-p<Angle>]    [-g] [-d]
  12.  
  13. DESCRIPTION
  14.        Corners is used to find all the edges in    a geomview object
  15.        whose dihedral angles are  more    acute  than  a    specified
  16.        angle.  These edges are converted into a    vector object.
  17.  
  18.        By  default,  corners  runs as a    geomview external module.
  19.        It uses geomview's current target object    as its input  and
  20.        passes a    new vector object back to geomview. However, cor-
  21.        ners may    be run as a non-interactive filter using  the  -c
  22.        option.     In  this  case,  the  angle  must  be either the
  23.        default (Pi / 2.0) or specified on the command line  using
  24.        the  -p option.    Corners    expects    to read    a geomview object
  25.        from standard input and will send the new object    to  stan-
  26.        dard output.
  27.  
  28.        -h:  Help.  Gives a list    of command line    options.
  29.  
  30.        -p:   The  angle    to be used as a    cutoff.     By default, this
  31.        angle is    pi / 2.0.
  32.  
  33.        -c:  Use    corners    from the command line (non-interactively)
  34.        instead of as a geomview    external module.
  35.  
  36.        -d:  Measure angles in degrees instead of radians.
  37.  
  38.        The vector object returned is always black.
  39.  
  40. SEE ALSO
  41.        dihedral(1), corners(3),    edgeinform(3), anytopl(3), plcon-
  42.        sol(3)
  43.  
  44. AUTHOR
  45.        Celeste Fowler        email:    fowler@geom.umn.edu
  46.        The Geometry Center    phone:    (612) 626-8304
  47.        1300 South Second Street
  48.        Minneapolis, MN    55454
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Geometry Center           July    1 1992                1
  65.  
  66.  
  67.